[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
CopyTo(array<T>[]()) |
Copies all the items in the list, in order, to array,
starting at index 0.
| |
CopyTo(array<T>[](), Int32) |
Copies all the items in the collection into an array. Implemented by
using the enumerator returned from GetEnumerator to get all the items
and copy them to the provided array.
(Inherited from ReadOnlyCollectionBase<(Of <T>)>.) | |
CopyTo(Int32, array<T>[](), Int32, Int32) |
Copies a range of elements from the list to array,
starting at arrayIndex.
|
See Also
ReadOnlyListBase<(Of <T>)> Members
Wintellect.PowerCollections Namespace